Welcome![Sign In][Sign Up]
Location:
Search - linux c modem

Search list

[Embeded Linuxlinux 串口多线程程序(驱动gsm modem可参考)

Description:

linux 串口多线程程序,改名为 .c 文件,直接编译即可.


Platform: | Size: 4950 | Author: 544746174 | Hits:

[Internet-Networkwmmp-sms-linux

Description: 在GPRS或者CDMA modem上实现发送/接收短信的C代码;支持Siemens,Simcom,Bellwave,Fidelix等模块-in GPRS or CDMA modem achieving Send / Receive messages C code; support Siemens, Simcom, Bellwave, Fidelix modules
Platform: | Size: 106855 | Author: 梁建适 | Hits:

[Com Portlinux下串口编程

Description: 串行口是计算机一种常用的接口,具有连接线少,通讯简单,得到广泛的使用。常用的串口是RS-232-C接口(又称EIA RS-232-C)它是在1970年由美国电子工业协会(EIA)联合贝尔系统、调制解调器厂家及计算机终端生产厂家共同制定的用于串行通讯的标准。它的全名是\"数据终端设备(DTE)和数据通讯设备(DCE)之间串行二进制数据交换接口技术标准\"该标准规定采用一个25个脚的DB25连接器,对连接器的每个引脚的信号内容加以规定,还对各种信号的电平加以规定。传输距离在码元畸变小于4%的情况下,传输电缆长度应为50英尺。   Linux操作系统从一开始就对串行口提供了很好的支持,本文就Linux下的串行口通讯编程进行简单的介绍.-computer serial port is a common interface, with connecting lines, simple communications, to be widely used. It is commonly used serial RS-232-C interface (also known as the EIA RS-232-C) it is in 1970 by the American Electronics Industry Association (EIA) Joint Bell System, a modem manufacturers and computer terminal manufacturers developed for serial communication standards. Its full title is "data terminal equipment (DTE) and data communications equipment (DCE) between serial binary data exchange interface technology standards," the use of a standard 25 feet to the DB25 connector, the connector pin of each signal content requirements, but also the right signal -- Ping be provided. Transmission distance in yards yuan distortion is less than 4% of the cases, the length of transm
Platform: | Size: 1962 | Author: 东方旭 | Hits:

[Communication-Mobilemodem-1.0.tar

Description: Modem通讯程序包 -Modem communication library
Platform: | Size: 198656 | Author: 站长 | Hits:

[Com Portlinux下串口编程

Description:
Platform: | Size: 2048 | Author: 东方旭 | Hits:

[CommunicationZMODEM code

Description: MODEM 调制解调器开发的C语言源程序 BC或MSC编译 适用于嵌入式系统-C source codes for modem developing.You can compile it in Borland c compiler or Microsoft C. It is fit for embedded system as well.
Platform: | Size: 175104 | Author: 赵磊 | Hits:

[BooksUNIXEAP

Description: 本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述,主要内容包括UNIX文件和目录、进程环境、进程控制、进程间通信以及各种I/O。在此基础上,分别按章介绍了多个应用实例,包括如何创建数据库函数库,PostScript 打印机驱动程序,调制解调器拨号器及在伪终端上运行其他程序的程序等。 本书内容丰富权威,概念清晰精辟,一直以来被誉为UNIX编程的“圣经”,对于所有UNIX程序员—无论是初学者还是专家级人士—都是一本无价的参考书籍。 -the book a comprehensive account of the UNIX system programming interface-system call interface and the standard C library provides a lot of functions. The book's first 15 chapters focus on theoretical knowledge exposition, includes UNIX files and directories, processes, process control, inter-process communication and I/O. On this basis, according to introduce a number of application examples, including how to create database libraries, PostScript printer driver, a modem and a dial-up in pseudo-terminals running on other procedures procedures. The book is rich in content authority, brilliantly clear concept has been praised as UNIX Programming "Bible" for all UNIX programmers- whether beginners or experts- who are an invaluable reference books.
Platform: | Size: 14538752 | Author: neptune87140104 | Hits:

[Internet-Networkwmmp-sms-linux

Description: 在GPRS或者CDMA modem上实现发送/接收短信的C代码;支持Siemens,Simcom,Bellwave,Fidelix等模块-in GPRS or CDMA modem achieving Send/Receive messages C code; support Siemens, Simcom, Bellwave, Fidelix modules
Platform: | Size: 106496 | Author: 梁建适 | Hits:

[Modem programterm

Description: modem编程 本地机使用ATDT命令拨号,远程机设为自动响应方式,即可进入联机方式, 进行终端通信。 在联机方式下,按PageUp键上载文件,按PageDn键下载文件,Ctrl-O呼出主菜单,退出联机方式使用Ctrl-D键。退出终端仿真器使用EXIT命令。   主程序使用C语言编写。使用早期的C编译器可以进行编译。终端方式为VT100.-modem programming local machine using the ATDT command dial, the remote machine is set to automatically respond to the way, you can enter the line for terminal communication. In-line mode, press PageUp key to upload files, download the file by PageDn keys, Ctrl-O exhaled main menu, quit-line use Ctrl-D keys. Withdraw from the terminal emulator using the EXIT command. The main program using the C language. The use of the early C compiler can be compiled. Terminal for VT100.
Platform: | Size: 16384 | Author: j.j.yu | Hits:

[Modem programzmodem

Description: Linux下基于Z-MODEM的串口通讯程序源码,以及开发文档-Linux-based Z-MODEM serial communication program source code, and the development of the document
Platform: | Size: 15209472 | Author: wingy | Hits:

[Linux-Unixymodem_linux

Description: linux下Y-Modem协议的实现源代码。 receive.c:数据接收代码 send.c:数据发送代码 ymodem.c:主文件-linux under the Y-Modem protocols realize the source code. receive.c: data receiving code send.c: data to send code ymodem.c: main document
Platform: | Size: 17408 | Author: xdjm | Hits:

[Linux-Unixmodem

Description: linux下modem初始化测试,是自己写的,方便大家测试而已-modem initialization test under linux is to write your own convenience only U.S. test
Platform: | Size: 4096 | Author: 纪金堡 | Hits:

[Embeded LinuxinitModem

Description: Linux下用C来操作gsm modem, 初始化gsm modem.-Linux using C to operate the gsm modem, initialize gsm modem.
Platform: | Size: 1024 | Author: 柴飞 | Hits:

[MMScsharpsendmms

Description: C#通过gprs modem 发送彩信,在vs2005下调试通过-C# via gprs modem to send MMS, in vs2005 to debug through the
Platform: | Size: 2293760 | Author: c#通过modem发送彩信 | Hits:

[Linux-Unixgsm-modem.c.tar

Description: linux下GSM modem串口通信测试程序代码-linux serial port communication under the GSM modem test program code
Platform: | Size: 2048 | Author: sweetcn | Hits:

[Linux-Unixmodem-linux

Description: linux 下面modem通讯程序,使用COM1口 可以实现modem功能-linux The following modem communications program, use the COM1 port modem functionality can be achieved
Platform: | Size: 3072 | Author: 李洪臣 | Hits:

[Linux-Unixsms1.0

Description: 单口串口GSM短信猫linux c开发接口-gsm modem
Platform: | Size: 4096 | Author: ufwdcydn | Hits:

[Linux-Unixgprs

Description: arm linux gprs.c modem 串口读写程序-arm linux gprs.c
Platform: | Size: 1024 | Author: linanbing | Hits:

[Internet-Networkmodem

Description: Weight controller in Linux C
Platform: | Size: 4096 | Author: tavillo | Hits:

[Software Engineeringlinux_modem

Description: C写的modem拨号上网程序,有助于你理解linux下的网络编程-Written in C modem dial-up procedures to help you understand network programming under linux
Platform: | Size: 8192 | Author: yoyo | Hits:
« 12 »

CodeBus www.codebus.net